static extern int SCardConnect(int hContext, [MarshalAs(UnmanagedType.LPTStr)] string szReader,int dwShareMode, int dwPreferredProtocols, out int phCard, out int pdwActiveProtocol);
User-Defined Types:
None.
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
TODO
The SCardConnect function establishes a connection (using a specific resource manager context) between the calling application and a smart card contained by a specific reader. If no card exists in the specified reader, an error is returned.